home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
NEW_TECH
/
RCSDOC.ZIP
/
RLOG.TXT
< prev
Wrap
Text File
|
1991-11-10
|
8KB
|
196 lines
RLOG(1) Unix Programmer's Manual RLOG(1)
NNNAAAMMMEEE
rlog - print log messages and other information about RCS files
SSSYYYNNNOOOPPPSSSIIISSS
rrrllloooggg [ _o_p_t_i_o_n_s ] _f_i_l_e ...
DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
rrrllloooggg prints information about RCS files. File names ending in ,,,vvv denote
RCS files; all others denote working files. If a working file is given,
rrrllloooggg tries to find the corresponding RCS file first in an RCS
subdirectory and then in the working file's directory, as explained in
cccooo(1).
rrrllloooggg prints the following information for each RCS file: RCS file name,
working file name, head (i.e., the number of the latest revision on the
trunk), default branch, access list, locks, symbolic names, suffix, total
number of revisions, number of revisions selected for printing, and
descriptive text. This is followed by entries for the selected revisions
in reverse chronological order for each branch. For each revision, rrrllloooggg
prints revision number, author, date/time, state, number of lines
added/deleted (with respect to the previous revision), locker of the
revision (if any), and log message. All times are displayed in GMT.
Without options, rrrllloooggg prints complete information. The options below
restrict this output.
---LLL Ignore RCS files that have no locks set. This is
convenient in combination with ---hhh, ---lll, and ---RRR.
---RRR Print only the name of the RCS file. This is convenient
for translating a working file name into an RCS file
name.
---hhh Print only the RCS file name, working file name, head,
default branch, access list, locks, symbolic names, and
suffix.
---ttt Print the same as ---hhh, plus the descriptive text.
---bbb Print information about the revisions on the default
branch, normally the highest branch on the trunk.
---ddd_d_a_t_e_s Print information about revisions with a checkin
date/time in the ranges given by the semicolon-separated
list of _d_a_t_e_s. A range of the form _d_1<<<_d_2 or _d_2>>>_d_1
selects the revisions that were deposited between _d_1 and
_d_2 inclusive. A range of the form <<<_d or _d>>> selects all
revisions dated _d or earlier. A range of the form _d<<< or
>>>_d selects all revisions dated _d or later. A range of
the form _d selects the single, latest revision dated _d
or earlier. The date/time strings _d, _d_1, and _d_2 are in
the free format explained in cccooo(1). Quoting is normally
necessary, especially for <<< and >>>. Note that the
separator is a semicolon.
\*(Dt 1
RLOG(1) Unix Programmer's Manual RLOG(1)
---lll[lockers]]] Print information about locked revisions only. In
addition, if the comma-separated list _l_o_c_k_e_r_s of login
names is given, ignore all locks other than those held
by the _l_o_c_k_e_r_s. For example, rrrllloooggg\\\ ---LLL\\\ ---RRR\\\ ---lllwwwfffttt\\\
RRRCCCSSS///***,,,vvv prints the name of RCS files locked by the user
wwwfffttt.
---rrr_r_e_v_i_s_i_o_n_s prints information about revisions given in the comma-
separated list _r_e_v_i_s_i_o_n_s of revisions and ranges. A
range _r_e_v_1---_r_e_v_2 means revisions _r_e_v_1 to _r_e_v_2 on the same
branch, ---_r_e_v means revisions from the beginning of the
branch up to and including _r_e_v, and _r_e_v--- means revisions
starting with _r_e_v to the end of the branch containing
_r_e_v. An argument that is a branch means all revisions
on that branch. A range of branches means all revisions
on the branches in that range.
---sss_s_t_a_t_e_s prints information about revisions whose state
attributes match one of the states given in the comma-
separated list _s_t_a_t_e_s.
---www[logins]]] prints information about revisions checked in by users
with login names appearing in the comma-separated list
_l_o_g_i_n_s. If _l_o_g_i_n_s is omitted, the user's login is
assumed.
---VVV_n Emulate RCS version _n when generating logs. See cccooo(1)
for more.
rrrllloooggg prints the intersection of the revisions selected with the options
---ddd, ---lll, ---sss, and ---www, intersected with the union of the revisions selected
by ---bbb and ---rrr.
EEEXXXAAAMMMPPPLLLEEESSS
rrrllloooggg ---LLL ---RRR RRRCCCSSS///***,,,vvv
rrrllloooggg ---LLL ---hhh RRRCCCSSS///***,,,vvv
rrrllloooggg ---LLL ---lll RRRCCCSSS///***,,,vvv
rrrllloooggg RRRCCCSSS///***,,,vvv
The first command prints the names of all RCS files in the subdirectory
RRRCCCSSS that have locks. The second command prints the headers of those
files, and the third prints the headers plus the log messages of the
locked revisions. The last command prints complete information.
DDDIIIAAAGGGNNNOOOSSSTTTIIICCCSSS
The exit status is zero if and only if all operations were successful.
IIIDDDEEENNNTTTIIIFFFIIICCCAAATTTIIIOOONNN
Author: Walter F. Tichy.
Revision Number: 5.0; Release Date: 1990/08/22.
Copyright (c) 1982, 1988, 1989 by Walter F. Tichy.
Copyright (c) 1990 by Paul Eggert.
\*(Dt 2
RLOG(1) Unix Programmer's Manual RLOG(1)
SSSEEEEEE AAALLLSSSOOO
ci(1), co(1), ident(1), rcs(1), rcsdiff(1), rcsintro(1), rcsmerge(1),
rcsfile(5)
Walter F. Tichy, RCS--A System for Version Control, _S_o_f_t_w_a_r_e--_P_r_a_c_t_i_c_e &
_E_x_p_e_r_i_e_n_c_e 111555, 7 (July 1985), 637-654.
\*(Dt 3